Nevron Open Vision Documentation
Nevron.Nov Namespace / NApplication Class / CreateTopLevelWindow Method / CreateTopLevelWindow<TWindow>(INTopLevelWindowsContainer) Method


In This Topic
    CreateTopLevelWindow<TWindow>(INTopLevelWindowsContainer) Method
    In This Topic
    Creates a top-level window of the specified type, and adds it to the Windows collection of the specified windowContainer. If windowContainer is null, the window is added to the NApplication.Desktop.Windows collection.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function CreateTopLevelWindow(Of TWindow As {New, NTopLevelWindow})( _
       ByVal windowContainer As INTopLevelWindowsContainer _
    ) As TWindow
    'Usage
     
    
    Dim windowContainer As INTopLevelWindowsContainer
    Dim value As TWindow
     
    value = NApplication.CreateTopLevelWindow(Of TWindow)(windowContainer)
    public static TWindow CreateTopLevelWindow<TWindow>( 
       INTopLevelWindowsContainer windowContainer
    )
    where TWindow: new(), NTopLevelWindow

    Parameters

    windowContainer

    Type Parameters

    TWindow
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also